/*                  main service page css                        */
.bread a {
    color: white;
    text-shadow: 1px 1px 1px black;
}

.service-space {
    padding-left: 23px;
}

.bread a:hover {
    color: #002f42;
}

.form-btns {
    color: white;
    border: 1px solid white;
}

.section textarea {
    margin-top: 10px;
    min-height: 83px !important;
}

.sticky-form {
    background-color: #002f42;
    border-radius: 10px;
}

.form-input {
    height: 40px;
    margin-top: 10px;
}

.form-input-css {
    height: 40px;
    margin-top: 10px;
}

.myform {
    border-radius: 14px;
}

.header-top p {
    padding: 0px !important;
    margin: 0px !important;
    color: white !important;
    text-shadow: 1px 1px 1px black;
}

.header-top a:hover {
    color: orange !important;
}

.menu-style2>ul>li>a {
    padding: 4.5px 0 !important;
    color: white !important;
    text-shadow: 1px 1px 5px black;
}



/* card css  */


.our-services {
    /* margin-top: 50px; */
    padding-top: 40px;
    padding-bottom: 40px;
}

.flip-container {
    -webkit-perspective: 1000;
    /* margin: 0 auto 60px auto; */
    /* width: 320px; */
    /* height: 200px; */
    border-radius: 15px;
    cursor: pointer;
}

.flip-container:hover .flipper {
    -webkit-transform: rotateY(180deg);
    cursor: pointer;
}

.flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
    cursor: pointer;
}

.front {
    /* width: 320px; */
    /* height: 200px; */
    text-align: center;
    border-radius: 15px;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #002f42;
    padding: 15px 40px;
}

.front h3 {
    text-align: center;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: white;
}

.front img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.back {
    /* width: 320px;
            height: 200px; */
    border-radius: 15px;
    -webkit-backface-visibility: hidden;
    /* position: absolute;
            top: 0;
            left: 0; */
    -webkit-transform: rotateY(180deg);
    text-align: center;
    /* font-size: 18px;
            font-family: "Poppins", sans-serif; */
    color: white;
    background: #002f42;
    padding: 20px;
}

.back h3 {
    margin-top: 20px;
}

.back p {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    /* margin-right: 15px; */
}

.form-btn {
    text-align: center;
    background-color: #002f42;
    color: white !important;
    width: 100%;
    border-radius: 7px;
    margin-top: 18px;
}

.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    position: relative;
}

.our-services h6 {
    color: white !important;
    text-align: Center;
    margin-top: 10px;
    font-size: 15px;
}

.front img {
    max-width: 80px !important;
    height: 100%;
}

.back p {
    line-height: 1 !important;
    text-align: left !important;
}

.process p {
    color: black;
    font-weight: bold;
}

.process-style1 .process-icon {
    height: 100px !important;
    width: 100px !important;
}

.process-style1 img {
    max-width: 59px;
    height: auto;
}

/* side contact button css  */
.float-container {
    position: fixed;
    top: 33%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.float-container a {
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 238px;
    height: 30px;
    margin-right: -190px;
    margin-bottom: 10px;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: white;
    border-color: #46b8da;
    border-radius: 5px 0 0 5px;
    background-color: #eb690b;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: sans-serif;
}

.float-container a:hover {
    margin-right: 0;
    background-color: #0dcaf0;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
}

/* Icon settings - remove if not needed*/
.float-container .icon:before {
    font-family: "Font Awesome 5 Free";
    margin-right: 25px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.icon.one:before {
    content: "\f073";
}

.icon.two:before {
    content: "\f086";
}

.icon.three:before {
    content: "\f1d8";
}

/* Media queries */
@media screen and (max-width:440px) {
    .float-container .icon:last-child {
        display: none;
    }

    .float-container {
        position: fixed;
        top: auto;
        bottom: 0;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;

        width: 100%;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: auto;
        -webkit-box-align: auto;
        -ms-flex-align: auto;
        align-items: auto;
    }

    .float-container a.icon {
        right: 0;
        bottom: 0;

        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        padding: 5px;

        border-radius: 0;
        -webkit-box-shadow: 0 0 0 #7d7d7d;
        box-shadow: 0 0 0 #7d7d7d;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-left: 1px solid darkorange;
        border-right: 1px solid darkorange;
    }
}






/*                          service web css                             */




.bread a {
    color: white;
    text-shadow: 1px 1px 1px black;
}

.bread a:hover {
    color: #002f42;
}

.header-top p {
    padding: 0px !important;
    margin: 0px !important;
    color: white !important;
    text-shadow: 1px 1px 1px black;
}

.header-top a:hover {
    color: orange !important;
}

.menu-style2>ul>li>a {
    padding: 4.5px 0 !important;
    color: white !important;
    text-shadow: 1px 1px 5px black;
}

.link-btn {
    text-transform: capitalize;
    font-weight: bold;
}

/* counter code css */


.counters {
    background: #07193d;
    color: #fff;
    border-top: 3px lightskyblue solid;
}

.counters .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.counters i {
    color: lightskyblue;
    margin-bottom: 5px;
}

.counters .counter {
    font-size: 30px;
    /* margin: 10px 0; */
}

@media (max-width: 700px) {
    .counters .container {
        grid-template-columns: repeat(2, 1fr);
    }

    .counters .container>div:nth-of-type(1),
    .counters .container>div:nth-of-type(2) {
        border-bottom: 1px lightskyblue solid;
        padding-bottom: 20px;
    }
}

.counters h5 {
    font-size: 13px !important;
    color: white;
    font-weight: 300 !important;
}

.counters .icon {
    display: flex;
    align-items: center;
}

.icon img {
    max-width: 60px;
    height: auto;
}

.all_service a {
    color: white;
}

.all_service a:hover {
    color: yellow;
}

.all_service p {
    line-height: 1.1;
}


/* tabs css code */
.tab__btns {
    border: 1px solid white;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 2px 2px 2px black;
}

.tab__btn {
    text-shadow: 2px 2px 2px black;
    letter-spacing: 1px;
    flex-grow: 1;
    padding: 5px;
    margin: 0;
    border: none;
    color: #ffffff;
    background: #002f42;
    cursor: pointer;
    opacity: 0.7;
}

.tab__btn--active {
    opacity: 1;
}

.tab__btn:hover {
    opacity: 1;
}

.tab__btn::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #4491ff, #fdda0b, #b30101);
    transform-origin: center top;
    transform: scaleY(0);
    transition: transform 0.3s ease-in-out;
    opacity: 1;
}

.tab__btn:hover::before {
    transform: scaleY(1);
}

.tab__btn span {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0;
    transition: color 0.5s ease;
}

.tab__btn:not(.tab__btn--active):hover span {
    color: #ffffff;
}

.tab__btn--active::before {
    height: 5px;
    background-image: linear-gradient(90deg, #4491ff, #fdda0b, #b30101);
    transform: scaleY(1);
}

.tab__item {
    display: none;
    width: 100%;
    color: #fff;
    line-height: 1.4em;
    border-bottom: 1px solid #fdda0b;
    animation: fadeEffect 0.6s ease;
}

.tab__item--active {
    display: block;
}

.package {
    border-radius: 30px;
    background-color: #0575a1;
    color: white;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.process p {
    color: black;
    font-weight: bold;
}

.process-style1 .process-icon {
    height: 100px !important;
    width: 100px !important;
}

.process-style1 img {
    max-width: 59px;
    height: auto;
}


/* card css  */
.function-inner {
    background-color: var(--white);
    box-shadow: 0 0 15px #7d7c7c;
    padding: 20px;
    margin-bottom: 30px;
    width: 100%;
    border-radius: 20px;
}

.function-inner:hover {
    background-color: linen;
}

.function-icon {
    background-color: var(--orange);
    width: 90px;
    height: 90px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.function-icon img {
    width: 70%;
}

.function-content h3 {
    font-size: 24px;
    text-align: center;
}

.function-content p {
    font-size: 15px;
    text-align: justify;
}


/* dynamic web site css  */
.dy_bx {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    width: 98%;
    display: flex;
}

.dy_bx:hover {
    background: #dfdfdf;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    width: 98%;
    display: flex;
}

.d_left {
    width: 100px;
    float: left;
    padding-top: 42px;
}

.d_right {
    width: 78%;
    float: left;
    margin-left: 15px;
}

.d_right h3,
.f_bx h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #00796b;
    text-transform: capitalize;
}

.d_right p {
    font-size: 15px;
    line-height: 24px;
    color: #222;
    margin-top: 5px;
}

/* project card design  */
.project .img_wrapper {
    position: relative;
    overflow: hidden;
}

.project img {
    position: relative;
    height: 100%;
}

.project figure:hover figcaption {
    transform: rotate(20deg) translateX(0);
}

.project figure:hover .social_media {
    transform: translateX(0);
}

.project figcaption {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    top: -30px;
    left: 58%;
    width: 50%;
    height: 150%;
    transform: rotate(20deg) translateX(100%);
    transition: all .35s;
}

.project .social_media {
    /* position: absolute;
    top: 13px;
    right: 0;
    list-style: none;
    transform: translateX(100%);
    transition: all .35s; */
    position: absolute;
    top: 28px;
    right: -24px;
    list-style: none;
    transform: translateX(100%);
    transition: all .35s;
}

.project .social_media li {
    /* border-bottom: 2px solid white;
    width: 26px;
    height: 41px;
    position: relative; */

    transform: rotate(272deg);
    border-bottom: 2px solid white;
    width: 126px;
    top: 61px;
    position: relative;
}

.project .social_media li:nth-child(1) a {
    background: #3b5998;
}

.project .social_media li:nth-child(2) a {
    background: #1da1f2;
}

.project .social_media li:nth-child(3) a {
    background: #222;
}

.project .social_media li:nth-child(4) a {
    background: #e1306c;
}

.project .social_media li:nth-child(5) a {
    background: #bd081c;
}

.project .social_media li:nth-child(6) a {
    background: #075e54;
}

.project .social_media a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    transition: all .35s;
}

.project .social_media a:hover {
    color: rgb(255, 161, 19);
}

.project_button {
    text-align: center;
    margin-top: 26px;
    padding: 10px;
    border: 1px solid black;
    box-shadow: 1px 1px 3px white;
}

.project_button:hover {
    text-align: center;
    margin-top: 26px;
    padding: 10px;
    background-color: #4491ff;
    box-shadow: 1px 1px 6px lightblue;
}

/* side contact social button css  */

.float-container {
    position: fixed;
    top: 33%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.float-container a {
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 238px;
    height: 30px;
    margin-right: -190px;
    margin-bottom: 10px;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: white;
    border-color: #46b8da;
    border-radius: 5px 0 0 5px;
    background-color: #eb690b;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: sans-serif;
}

.float-container a:hover {
    margin-right: 0;
    background-color: #0dcaf0;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
}

/* Icon settings - remove if not needed*/
.float-container .icon:before {
    font-family: "Font Awesome 5 Free";
    margin-right: 25px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.icon.one:before {
    content: "\f073";
}

.icon.two:before {
    content: "\f086";
}

.icon.three:before {
    content: "\f1d8";
}

/* Media queries */
@media screen and (max-width:440px) {
    .float-container .icon:last-child {
        display: none;
    }

    .float-container {
        position: fixed;
        top: auto;
        bottom: 0;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;

        width: 100%;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: auto;
        -webkit-box-align: auto;
        -ms-flex-align: auto;
        align-items: auto;
    }

    .float-container a.icon {
        right: 0;
        bottom: 0;

        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        padding: 5px;

        border-radius: 0;
        -webkit-box-shadow: 0 0 0 #7d7d7d;
        box-shadow: 0 0 0 #7d7d7d;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-left: 1px solid darkorange;
        border-right: 1px solid darkorange;
    }
}


/* price card css */
.title h2 {
    background: #fe7442;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
    border: 1px solid white;

}

.service-card {
    background: linear-gradient(-45deg, #fe0847, #feae3f);
    border-radius: 15px;
    padding: 40px 20px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;

}

.service-card:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}



.service-card:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}


.price h4 {
    margin: 0;
    /* padding: 20px 0; */
    color: #fff;
    font-size: 53px;
}

.option ul li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 16px;
}

.all_service li {
    color: white;
    font-size: 13px;

}

.service-box img {
    position: absolute;
    top: 50px;
    left: 30px;
}

.service-box h4 {
    margin-bottom: 10px;
}

.service-box p {
    margin-bottom: 14px;
}

.service-box {
    position: relative;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    padding: 40px 15px 40px 100px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}


/* web development service css */
.title h2 {
    background: #fe7442;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
    border: 1px solid white;

}

.service-card {
    background: linear-gradient(-45deg, #fe0847, #feae3f);
    border-radius: 15px;
    padding: 40px 20px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;

}

.service-card:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}



.service-card:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}


.price h4 {
    margin: 0;
    /* padding: 20px 0; */
    color: #fff;
    font-size: 53px;
}

.option ul li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 16px;
}

.appcard {
    padding: 20px;
    box-shadow: 2px 2px 2px #002f42;
}

.smo li {
    color: gray;
}



.host .host-child {
    text-align: center;
    box-shadow: 2px 2px 2px white;
    padding: 10px;
}


.domain-hosting h5,
.domain-hosting p {
    color: white;
}